@charset "utf-8";
#mainpic {
	text-align: center;
	max-width: 100%;
	width: auto;
	height: auto;

}

#subtitle {
	font-size: 30px;
	text-align: center;
}
main {
	width: auto;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
}
body section p {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #000000;
	font-size: medium;
	text-align: justify;
}
body section {
	width: 67%;
	max-width: 100%;
	padding-right: 8px;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	float: left;
}
body aside {
	width: 30%;
	float: right;
	border-width: 1px;
	border-style: solid;
	max-width: 100%;
}
aside p img {
	max-width: 95%;
	text-align: center;
	width: auto;
	height: auto;
}
aside p {
	font-weight: bold;
	text-align: center;
}
#subtitle {
	font-weight: bold;
}
